home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 1995 #2
/
Amiga Plus CD - 1995 - No. 2.iso
/
pd
/
disktools
/
jukebox
/
block.jb
< prev
next >
Wrap
Text File
|
1995-04-11
|
249b
|
12 lines
/* block trace */
/* (c) copyright 1992,93 by F.J. Reichert */
options results;
say 'tracing block addresses, press [ESC] to end';
do forever;
current block;
say 'current block address='||result;
current break;
if result ~= 0 then leave;
end;